home *** CD-ROM | disk | FTP | other *** search
/ Web Developers Guide to Sound & Music / Web Developers Guide to Sound and Music.iso / mac / Cyber Sounds / Demo / Main.dxr / 00022.ls < prev    next >
Encoding:
Text File  |  1996-01-16  |  156 b   |  11 lines

  1. on mouseDown
  2.   puppetSprite(10, 1)
  3.   set the ink of sprite 10 to 33
  4. end
  5.  
  6. on mouseUp
  7.   set the ink of sprite 10 to 5
  8.   puppetSprite(10, 0)
  9.   go("Order")
  10. end
  11.